(no commit message)
authorincogshift <incogshift@web>
Fri, 3 Oct 2025 23:37:49 +0000 (23:37 +0000)
committeradmin <admin@branchable.com>
Fri, 3 Oct 2025 23:37:49 +0000 (23:37 +0000)
doc/forum/annex.largefiles_doesn__39__t_work_for_git_add.mdwn

index b357fcf5a772fef91999599f379265b9635f5978..c43d41edda7361d7ef9a144075a6ee8a2706b2d7 100644 (file)
@@ -1,7 +1,8 @@
-I set up annex.largefiles in my global .gitattributes config. But git add doesn't add the defined large files to annex. But git annex works with large files and small as intended.
+I set up `annex.largefiles` in my global `.gitattributes` config. But git add doesn't add the defined large files to annex. But git annex works with large files and small as intended.
 
 My config is the one below:
 
+```
 * annex.largefiles=nothing
 *.pdf annex.largefiles=anything
 *.mp4 annex.largefiles=anything
@@ -12,3 +13,4 @@ My config is the one below:
 *.DOC annex.largefiles=anything
 *.pptx annex.largefiles=anything
 *.docx annex.largefiles=anything
+```